home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / PVDRIVER / _9GXE405.ZIP / OEMSETUP.INF < prev    next >
INI File  |  1993-01-18  |  5KB  |  114 lines

  1. ;#9GXE  <--- Number Nine Computer Corporation Tag
  2. ;=============================================================================
  3. ; OEMSETUP.INF         GXE Board Setup        Number Nine Computer Corporation
  4. ;
  5. ;   Installation data for the GXE Windows driver.  This file is used by the
  6. ;   Microsoft Windows SETUP program.
  7. ;=============================================================================
  8.  
  9.  
  10. ;-----------------------------------------------------------------------------
  11. [disks]
  12. ;
  13. ; These are the names of the disks Setup can prompt for.
  14. ; There must be a disk name for each disk number used.
  15. ;
  16. ; The disk number '0' is reserved to represent the Windows setup directory.
  17. ; This directory may be relative to the directory SETUP was run from.
  18. ;
  19. ; The format is:
  20. ;
  21. ;     n = path, disk name, disk tag file
  22. ;
  23. ; where:
  24. ;
  25. ;    n           = disk "number"  1-9, A-Z (single char only!)
  26. ;    path        = path of disk n
  27. ;    name        = name of disk n
  28. ;    disk tag    = a file on disk n (used to determine if disk is in drive)
  29. ;
  30.  
  31.  N = ., "#9 GXE Windows Driver Disk", GXEOem
  32.  
  33.  
  34. ;-----------------------------------------------------------------------------
  35. [display]
  36. ;
  37. ; Both of the GXE windows driver require use of Windows 3.1.  There are no plans
  38. ; to support Windows 3.0 in the future.
  39. ;
  40. ;profile = driver, description, resolution, 286 grabber, logo code, VDD,
  41. ;       386grabber, ega.sys, logo data, optional section
  42. ;
  43.  
  44. GXE4 = N:#9GXE.drv,   "#9GXE (Large Fonts)",           "100,120,120",           N:s3vga.2gr, N:vgalogo.lgo, N:vdds3.386, N:s3vga.3gr,,                     N:vgalogo.rle,  GXE4
  45. GXE5 = N:#9GXETc.drv, "#9GXE True Color (Large Fonts)", "100,120,120",          N:s3vga.2gr, N:vgalogo.lgo, N:vdds3.386, N:s3vga.3gr,,                     N:vgalogo.rle,  GXE5
  46. GXE6 = N:#9GXE.drv,   "#9GXE (Small Fonts)",           "100,96,96",           N:s3vga.2gr, N:vgalogo.lgo, N:vdds3.386, N:s3vga.3gr,,                     N:vgalogo.rle,  GXE6
  47. GXE7 = N:#9GXETc.drv, "#9GXE True Color (Small Fonts)", "100,96,96",          N:s3vga.2gr, N:vgalogo.lgo, N:vdds3.386, N:s3vga.3gr,,                     N:vgalogo.rle,  GXE7
  48.  
  49.  
  50.  
  51. ;-----------------------------------------------------------------------------
  52. ; Optional sections in field 9 of display section are interpreted as follows:
  53. ;
  54. ;     File, Destination, .ini file, Section, OldLine, NewLine
  55. ;
  56. ; Where:    x:File      = Optional; file to be copied, may be left null.
  57. ;           Destination = 0: for Windows root or 0:system for system subdir
  58. ;                          where file is to be copied.
  59. ;           .ini file   = Optional; .ini file to be modified or created.
  60. ;                          Must be included if following parameters specified.
  61. ;           Section     = Section of .ini file to be modified.
  62. ;           OldLine     = Optional; old line to be removed from the .ini file.
  63. ;                          Only one occurence of that string is removed.
  64. ;           NewLine     = New text line to be written to the .ini file.
  65. ;
  66. ; The following lines set up both drivers for large fonts.
  67.  
  68. [GXE4]
  69.  ,, system.ini, "#9GXE", "USEFILE=", "USEFILE=1"
  70.  ,, system.ini, "#9GXE", "TurboCopy=", "TurboCopy=1"
  71.  
  72. [GXE5]
  73.  ,, system.ini, "#9GXE", "USEFILE=", "USEFILE=1"
  74.  ,, system.ini, "#9GXE", "TurboCopy=", "TurboCopy=1"
  75.  
  76. [GXE6]
  77.  ,, system.ini, "#9GXE", "USEFILE=", "USEFILE=1"
  78.  ,, system.ini, "#9GXE", "TurboCopy=", "TurboCopy=1"
  79.  
  80. [GXE7]
  81.  ,, system.ini, "#9GXE", "USEFILE=", "USEFILE=1"
  82.  ,, system.ini, "#9GXE", "TurboCopy=", "TurboCopy=1"
  83.  
  84. ;-----------------------------------------------------------------------------
  85. ; Copy these files depending on the 386 grabber being used.
  86.  
  87. ; This has the effect of loading both GXE drivers, if either is requested.
  88. ;
  89. [s3vga.3gr]
  90.  N:#9GXE.drv
  91.  N:#9GXETc.drv
  92.  
  93. ;-----------------------------------------------------------------------------
  94. [sysfonts]
  95.  
  96.  N:vgasys.fon,  "VGA (640x480) resolution System font",     "100,96,96"
  97.  N:8514sys.fon, "8514/a (1024x768) resolution System font", "100,120,120"
  98.  
  99.  
  100. ;-----------------------------------------------------------------------------
  101. [fixedfonts]
  102.  
  103.  N:vgafix.fon, "VGA (640x480) resolution fixed System font",     "100,96,96"
  104.  N:8514fix.fon,"8514/a (1024x768) resolution fixed System font", "100,120,120"
  105.  
  106.  
  107. ;-----------------------------------------------------------------------------
  108. [oemfonts]
  109.  
  110. N:vgaoem.fon,  "VGA (640x480) resolution Terminal font (USA/Europe)",   "100,96,96",   1
  111. N:8514oem.fon, "8514 (1024x768) resolution Terminal font (USA/Europe)", "100,120,120", 1
  112.  
  113.  
  114.